home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000028_news@newsmaster….columbia.edu _Tue Dec 30 10:06:04 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA12074
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 30 Dec 1997 10:06:03 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA29103
  7.     for kermit.misc@watsun; Tue, 30 Dec 1997 10:06:03 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: laptop and kermit
  12. Date: 30 Dec 1997 15:06:00 GMT
  13. Organization: Columbia University
  14. Lines: 64
  15. Message-ID: <68b2ko$6ha$1@apakabar.cc.columbia.edu>
  16. References: <34a7e7eb.13508254@204.128.247.5>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8193
  19.  
  20. In article <34a7e7eb.13508254@204.128.247.5>,
  21. jeff canar m.a. <jcanar@hsmsun.tob.rpslmc.edu> wrote:
  22. : I've seen this problem on two different laptops and can't figure out
  23. : what I'm doing wrong:
  24. : laptop 1
  25. : Texas Instruments 486 with internal modem
  26. : laptop 2
  27. : AST 486 with pcmcia modem
  28. : Using mskermit 3.14.  Both modems are using com2.
  29. : When I try to use kermit on either, It hangs the machine, freezing
  30. : eveything, till I do a hard reboot.
  31. : Not changing anything, I restart the machine, go into windows, and try
  32. : the modems using windows terminal.  Everything works fine.  So I know
  33. : the modems are o.k. and the interface between the modems and laptops
  34. : is also fine.
  35. : Check the comm port and other communication settings to make sure I
  36. : know how to configure kermit..
  37. : Exit windows.
  38. : Check the kermit initialization files, everything matches windows
  39. : terminal settings.  Start kermit and everything works fine.
  40. : Now bear in mind the only thing I've essentially done is started
  41. : windows, used the modem in windows, and then exited windows.  I
  42. : haven't changed anything else.  All of sudden kermit works without a
  43. : hitch.  Start the laptop cold and try to run kermit and both machines
  44. : hang.
  45. Recommendations:
  46.  
  47.  . If you are using Windows 95 on your laptops, you can use these modems
  48.    with Kermit 95 1.1.13 or later, since it is a native 32-bit Windows
  49.    application that knows how to access modems through the Windows
  50.    Telephony interface:
  51.  
  52.       http://www.columbia.edu/kermit/k95.html
  53.  
  54.  . If you are using Windows 3.x, then your workaround (initialize the
  55.    modems with Windows Terminal before trying to use them with DOS
  56.    programs like MS-DOS Kermit) might be the best one.
  57.  
  58.  . It's also possible that your laptops suffer from COM-port number /
  59.    address / IRQ confusion, which is cleared up by the Windows drivers
  60.    stuffing information into the BIOS COM area where MS-DOS Kermit can
  61.    find it.  In that case, you might be able to use MS-DOS Kermit's SET
  62.    COMx <address> <irq> command to do the same thing; this is documented
  63.    in the book, and discussed in detail in the KERMIT.BWR file, Section 6.
  64.  
  65. The topics of software-assisted and Windows-only modems is discussed at 
  66. some length in the Kermit FAQ:
  67.  
  68.   http://www.columbia.edu/kermit/faq.html
  69.   ftp://kermit.columbia.edu/kermit/faq.txt
  70.  
  71. items 20-22.
  72.  
  73. - Frank